-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[chore] migrate arbitrum testnet to sepolia #465
Conversation
Signed-off-by: avichalp <[email protected]>
README.md
Outdated
@@ -30,7 +30,7 @@ This is the Tableland Tables EVM contracts and client components. | |||
| filecoin | 314 | 0x59EF8Bf2d6c102B4c42AEf9189e1a9F0ABfD652d | | |||
| sepolia | 11155111 | 0xc50C62498448ACc8dBdE43DA77f8D5D2E2c7597D | | |||
| optimism-goerli | 420 | 0xC72E8a7Be04f2469f8C2dB3F1BdF69A7D516aBbA | | |||
| arbitrum-goerli | 421613 | 0x033f69e8d119205089Ab15D340F5b797732f646b | | |||
| arbitrum-sepolia | 421614 | 0xTODO | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to add the deployed address here
0x033f69e8d119205089Ab15D340F5b797732f646b; | ||
// TablelandTables address on Arbitrum Sepolia. | ||
address internal constant ARBITRUM_SEPOLIA = | ||
0x000000000000000000000000000000000000dEaD; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to add the deployed address here
@avichalp nre in case you're already planning on doing the following. I remember we temporarily added back Ethereum Goerli to the validator for the sake of a dev's need to use it during a hackathon. We can drop that from the config, too, once we make the changes you've noted here. Reference: https://github.com/tablelandnetwork/go-tableland/blob/main/docker/deployed/testnet/api/config.json |
Signed-off-by: Sander Pick <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I pushed a commit with the new contract info.
Summary
Migrates Arbitrum testnet from goerli to sepolia. Goerli is already deprecated. Alchemy will stop supporting it from next week.
Checklist: